The
Status Bar
A status bar
(see the figure below) appears at the bottom of the main WinDbg window. The
status bar provides information about WinDbg and the active source window, such
as line and column position and editor mode. When debugging, the status bar
will also give the WinDbg process ID (PID) and thread ID (TID) of the code
being debugged.
The status
bar displays the following information:
Contents |
Description |
Message box |
Displays
messages from the environment. |
SRC/ASM |
Indicates
whether WinDbg is in source or assembly mode. |
pid |
Shows the
ID number of the process being debugged. |
tid |
Shows the
ID number of the thread being debugged. |
^Q |
Indicates a
WordStar keystroke sequence. |
OVR |
Indicates
overtype mode. |
READ |
Indicates
read-only status. |
CAPS |
Indicates
that CAPS LOCK is on. |
NUM |
Indicates
that NUM LOCK is on. |
Line |
Displays
the line number at the insertion point in the current window. |
Column |
Displays
the column number at the insertion point in the current window. |
{bmc bm107.BMP}
You can hide
or display the status bar with the Status Bar command on the View menu. When
this command is checked, the status bar appears. When it is turned off
(unchecked), the status bar is hidden. Turn the command on or off by selecting
it.